home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / tcoop.arc / TCOOP2.ARC / OPTEXMPL.MAK < prev    next >
Encoding:
Text File  |  1991-10-26  |  1.5 KB  |  114 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = tcc +OPTEXMPL.CFG
  5. TASM = TASM
  6. TLINK = tlink
  7.  
  8.  
  9. #        *Implicit Rules*
  10. .c.obj:
  11.   $(CC) -c {$< }
  12.  
  13. .cpp.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .asm.obj:
  17.   $(TASM) {$< }
  18.  
  19.  
  20. #        *List Macros*
  21.  
  22.  
  23. EXE_dependencies =  \
  24.   optexmpl.obj \
  25.   dialogue.obj \
  26.   isounit.obj \
  27.   twsounit.obj \
  28.   wsotxscr.obj \
  29.   tfsounit.obj \
  30.   fsounit.obj \
  31.   trsounit.obj \
  32.   rsounit.obj \
  33.   txunit.obj \
  34.   msmouse.obj \
  35.   scrnsty.obj \
  36.   keybrd.obj
  37.  
  38. #        *Explicit Rules*
  39. optexmpl.exe: optexmpl.cfg $(EXE_dependencies)
  40.   $(TLINK) /v/s/c @&&|
  41. c:\tcpp\lib\c0s.obj+
  42. optexmpl.obj+
  43. dialogue.obj+
  44. isounit.obj+
  45. twsounit.obj+
  46. wsotxscr.obj+
  47. tfsounit.obj+
  48. fsounit.obj+
  49. trsounit.obj+
  50. rsounit.obj+
  51. txunit.obj+
  52. msmouse.obj+
  53. scrnsty.obj+
  54. keybrd.obj
  55. optexmpl,optexmpl
  56. c:\tcpp\lib\graphics.lib+
  57. c:\tcpp\lib\emu.lib+
  58. c:\tcpp\lib\maths.lib+
  59. c:\tcpp\lib\cs.lib
  60. |
  61.  
  62.  
  63. #        *Individual File Dependencies*
  64. optexmpl.obj: optexmpl.cpp 
  65.  
  66. dialogue.obj: dialogue.cpp 
  67.  
  68. isounit.obj: isounit.cpp 
  69.  
  70. twsounit.obj: twsounit.cpp 
  71.  
  72. wsotxscr.obj: wsotxscr.cpp 
  73.  
  74. tfsounit.obj: tfsounit.cpp 
  75.  
  76. fsounit.obj: fsounit.cpp 
  77.  
  78. trsounit.obj: trsounit.cpp 
  79.  
  80. rsounit.obj: rsounit.cpp 
  81.  
  82. txunit.obj: txunit.cpp 
  83.  
  84. msmouse.obj: msmouse.cpp 
  85.  
  86. scrnsty.obj: scrnsty.cpp 
  87.  
  88. keybrd.obj: keybrd.cpp 
  89.  
  90. #        *Compiler Configuration File*
  91. optexmpl.cfg: optexmpl.mak
  92.   copy &&|
  93. -v
  94. -V
  95. -vi-
  96. -wbbf
  97. -wpin
  98. -wamb
  99. -wamp
  100. -wasm
  101. -wpro
  102. -wcln
  103. -wdef
  104. -wsig
  105. -wnod
  106. -wstv
  107. -wucp
  108. -wuse
  109. -IC:\TCPP\INCLUDE
  110. -LC:\TCPP\LIB
  111. | optexmpl.cfg
  112.  
  113.  
  114.